home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / linux / spi / max7301.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  156 b   |  10 lines

  1. #ifndef LINUX_SPI_MAX7301_H
  2. #define LINUX_SPI_MAX7301_H
  3.  
  4. struct max7301_platform_data {
  5.     /* number assigned to the first GPIO */
  6.     unsigned    base;
  7. };
  8.  
  9. #endif
  10.